feat: add TonMCMSChainState#983
Conversation
🦋 Changeset detectedLatest commit: 7388298 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
There was a problem hiding this comment.
Pull request overview
Adds a new TonMCMSChainState type to the MCMS proposal utilities so that cld-changesets helpers can reference TON MCMS state without importing chainlink-ton.
Changes:
- Introduce
TonMCMSChainStatestruct with aByQualifiermap of*TonMCMSSuiteState. - Add changeset entry describing the new type as a minor change.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| engine/cld/mcms/proposalutils/timelock_config.go | Defines the new TonMCMSChainState type alongside the existing TonMCMSSuiteState. |
| .changeset/petite-knives-stop.md | Changeset entry for the minor release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.





Adding the
TonMCMSChainStatefrom chainlink-ton to prevent importingchainlink-toninto the repo socld-changesetscan use this type in it's helpers.